home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Gamer (Italian) 48
/
PC Gamer IT CD 48 2-2.iso
/
braveheart
/
data1.cab
/
Script_Files_(Common)
/
data
/
AICastle_md.txt
< prev
next >
Wrap
Text File
|
1999-05-16
|
2KB
|
62 lines
// Tartan Army Script (C) 1999 Red Lemon Studios Ltd.
BeginStronghold("Medium Castle");
Protects(1);
Uses(0, 0, "Corner Tower", North);
Uses(0, 1, "Wall Standard", North);
Uses(0, 2, "Wall Bartizan", North);
Uses(0, 3, "Wall Standard", North);
Uses(0, 4, "Wall Tower", North);
Uses(0, 5, "Wall Standard", North);
Uses(0, 6, "Wall Bartizan", North);
Uses(0, 7, "Wall Standard", North);
Uses(0, 8, "Corner Tower", East);
Uses(1, 0, "Wall Standard", West);
Uses(1, 4, "Strong Shack", South);
Uses(1, 8, "Wall Standard", East);
Uses(2, 0, "Wall Bartizan", West);
Uses(2, 8, "Wall Bartizan", East);
Uses(3, 0, "Wall Standard", West);
Uses(3, 8, "Wall Standard", East);
Uses(4, 0, "Wall Tower", West);
Uses(4, 1, "Strong Shack", East);
Uses(4, 7, "Strong Shack", West);
Uses(4, 8, "Wall Tower", East);
Uses(5, 0, "Wall Standard", West);
Uses(5, 8, "Wall Standard", East);
Uses(6, 0, "Wall Bartizan", West);
Uses(6, 8, "Wall Bartizan", East);
Uses(7, 0, "Wall Standard", West);
Uses(7, 8, "Wall Standard", East);
Uses(8, 0, "Corner Tower", West);
Uses(8, 1, "Wall Standard", South);
Uses(8, 2, "Wall Bartizan", South);
Uses(8, 3, "Wall Standard", South);
Uses(8, 4, "Wall Tower", South);
Uses(8, 5, "Wall Standard", South);
Uses(8, 6, "Wall Bartizan", South);
Uses(8, 7, "Wall Standard", South);
Uses(8, 8, "Corner Tower", West);
Uses(8, 4, "Gate Iron", South);
NewGroup();
Uses(4, 4, "Keep 2", South);
NewGroup();
Ring(0,0,8,8);
EndStronghold();